home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13522 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: reversing a string
  5. Date: 8 Apr 1996 10:37:09 -0500
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4kbbr5$dee@solutions.solon.com>
  8. References: <4k6cjl$j8f@central.server.swt.edu> <4kb1s7$6eu@ibm32.perftech.com>
  9. Reply-To: seebs@solon.com
  10. NNTP-Posting-Host: solutions.solon.com
  11.  
  12. In article <4kb1s7$6eu@ibm32.perftech.com>,
  13. John Murphy <murf@perftech.com> wrote:
  14. >Or if you favor compactness over readability, you can use:
  15.  
  16. >    x ^= y ^= x ^x y;
  17.  
  18. ... except that, even if you correct the typo, this is flat out illegal, and
  19. cannot be made correct without using semicolons, commas, or other sequence
  20. points.
  21.  
  22. Please read the FAQ *before* posting nonsense; this *EXACT* expression is
  23. described in the FAQ, and the reason for its illegality is covered.
  24.  
  25. -s
  26. -- 
  27. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  28. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  29. FUCK the communications decency act.  Goddamned government.  [literally.]
  30. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  31.